home *** CD-ROM | disk | FTP | other *** search
/ Programmer Plus 2007 / Programmer-Plus-2007.iso / Programming / Report Writers / Crystal Repot 9.0 Full CD version / Setup.exe / Tools / Developers / PEDELF32.ZIP / pedelf32 / LOGON.DFM / LOGON.txt
Encoding:
Text File  |  1996-08-21  |  2.4 KB  |  107 lines

  1. object LogOnForm: TLogOnForm
  2.   Left = 191
  3.   Top = 112
  4.   BorderStyle = bsDialog
  5.   Caption = 'SQL Log on Info'
  6.   ClientHeight = 320
  7.   ClientWidth = 427
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnShow = FormShow
  14.   PixelsPerInch = 96
  15.   TextHeight = 16
  16.   object Label1: TLabel
  17.     Left = 32
  18.     Top = 8
  19.     Width = 125
  20.     Height = 16
  21.     Caption = 'DataSource Name: '
  22.   end
  23.   object Label2: TLabel
  24.     Left = 32
  25.     Top = 72
  26.     Width = 53
  27.     Height = 16
  28.     Caption = 'User ID:'
  29.   end
  30.   object Label3: TLabel
  31.     Left = 32
  32.     Top = 136
  33.     Width = 72
  34.     Height = 16
  35.     Caption = 'Password: '
  36.   end
  37.   object Label4: TLabel
  38.     Left = 32
  39.     Top = 200
  40.     Width = 108
  41.     Height = 16
  42.     Caption = 'Database Name:'
  43.   end
  44.   object EdtDSN: TEdit
  45.     Left = 32
  46.     Top = 32
  47.     Width = 369
  48.     Height = 24
  49.     TabOrder = 0
  50.   end
  51.   object EdtUID: TEdit
  52.     Left = 32
  53.     Top = 96
  54.     Width = 369
  55.     Height = 24
  56.     TabOrder = 1
  57.   end
  58.   object EdtPWD: TEdit
  59.     Left = 32
  60.     Top = 160
  61.     Width = 369
  62.     Height = 24
  63.     PasswordChar = '*'
  64.     TabOrder = 2
  65.   end
  66.   object EdtDSQ: TEdit
  67.     Left = 32
  68.     Top = 224
  69.     Width = 369
  70.     Height = 24
  71.     TabOrder = 3
  72.   end
  73.   object BtnLogOnOK: TBitBtn
  74.     Left = 56
  75.     Top = 272
  76.     Width = 121
  77.     Height = 33
  78.     Caption = 'Done'
  79.     TabOrder = 4
  80.     OnClick = BtnLogOnOKClick
  81.     Kind = bkOK
  82.   end
  83.   object BtnSetLocation: TBitBtn
  84.     Left = 216
  85.     Top = 272
  86.     Width = 161
  87.     Height = 33
  88.     Caption = 'Set Logon Info'
  89.     TabOrder = 5
  90.     OnClick = BtnSetLocationClick
  91.     Glyph.Data = {
  92.       76010000424D7601000000000000760000002800000020000000100000000100
  93.       04000000000000010000130B0000130B00000000000000000000000000000000
  94.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  95.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333303
  96.       333333333333337FF3333333333333903333333333333377FF33333333333399
  97.       03333FFFFFFFFF777FF3000000999999903377777777777777FF0FFFF0999999
  98.       99037F3337777777777F0FFFF099999999907F3FF777777777770F00F0999999
  99.       99037F773777777777730FFFF099999990337F3FF777777777330F00FFFFF099
  100.       03337F773333377773330FFFFFFFF09033337F3FF3FFF77733330F00F0000003
  101.       33337F773777777333330FFFF0FF033333337F3FF7F3733333330F08F0F03333
  102.       33337F7737F7333333330FFFF003333333337FFFF77333333333000000333333
  103.       3333777777333333333333333333333333333333333333333333}
  104.     NumGlyphs = 2
  105.   end
  106. end
  107.